home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / edit / PlotCMD.lha / plotcmd / doc / PlotCMD.doc
Text File  |  1999-02-23  |  2KB  |  64 lines

  1.  
  2.                         PlotCMD v1.0
  3.           An ARexx plug-in for OctaMED Soundstudio
  4.  
  5.  
  6. INTRODUCTION
  7. ------------------------------------------------------------
  8. PlotCMD let's you make note command changes in OctaMED
  9. Soundstudio in a graphical way. You can plot a curve in
  10. OctaMED's sample editor, or choose a pre-defined one, and
  11. then apply it to a track's command levels.
  12. This way you won't have to "hard code" volume fadings,
  13. filter sweeps etc. into the tracker.
  14.  
  15.  
  16. REQUIREMENTS    (can be found on Aminet)
  17. ------------------------------------------------------------
  18. - OctaMED Soundstudio
  19. - MUIRexx (which requires MUI 3.0+)
  20. - MOOS (for mathemathical operations)
  21.  
  22.  
  23. INSTALLATION
  24. ------------------------------------------------------------
  25. Copy the "PlotCMD" dir to wherever you want. Assign
  26. "PlotCMD:" to that dir. Set up a keyboard shortcut in
  27. OctaMED ("Settings"/"Keyboard Shortcuts" in the menu) as
  28. follows:
  29.  
  30. Action:     "Launch Program"
  31. Command: "MUIRexx:MUIRexx PlotCMD:PlotCMD.rexx PORT PLOTCMD"
  32.  
  33.  
  34. HOW IT WORKS
  35. ------------------------------------------------------------
  36. The "Presets:" buttons calculates different waveforms to be
  37. used later on. Pressing one of these doesn't alter the
  38. track, just the sample. The length of the rendered sample
  39. will be the length of the current block.
  40.  
  41. The "Modify:" buttons modifies the waveform. Could be done
  42. with the sample editor as well, but these make things
  43. easier. All pretty self-explaining...
  44.  
  45. "Command:" buttons: Pressing one of these applies the
  46. waveform to the commands ot the current track. The
  47. differences between the buttons are the command number + the
  48. way the data is beeing formatted (0-$40, 0-$7F etc).
  49.  
  50. Note that all operations are performed on the last sample
  51. (#1V).
  52.  
  53.  
  54. BUGS
  55. ------------------------------------------------------------
  56. Tons of strange unprecise decimal roundings everywhere...
  57.  
  58.  
  59. AUTHOR
  60. ------------------------------------------------------------
  61. Johan Persson
  62. fash@swipnet.se
  63. http://fly.to/fash
  64.